mirror of https://gitee.com/openkylin/linux.git
c3a6114f31
When dealing with 802.15.4, one often has to know the maximum payload size for a given packet. This depends on many factors, one of which is whether or not a security header is present in the frame. These definitions and functions provide an easy way for any upper layer to calculate the maximum payload size for a packet. The first obvious user for this is 6lowpan, which duplicates this calculation and gets it partially wrong because it ignores security headers. Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
6lowpan_iphc.c | ||
6lowpan_rtnl.c | ||
Kconfig | ||
Makefile | ||
af802154.h | ||
af_ieee802154.c | ||
dgram.c | ||
header_ops.c | ||
ieee802154.h | ||
netlink.c | ||
nl-mac.c | ||
nl-phy.c | ||
nl_policy.c | ||
raw.c | ||
reassembly.c | ||
reassembly.h | ||
wpan-class.c |