Searched defs:needed_tailroom (Results 1 - 11 of 11) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_fdma.c | 807 int needed_tailroom; in lan966x_fdma_xmit() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
| H A D | ocelot_fdma.c | 644 int needed_tailroom = max_t(int, ETH_FCS_LEN - skb_tailroom(skb), 0); in ocelot_fdma_prepare_skb() local
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | ip6_output.c | 740 ip6_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int mtu, unsigned short needed_tailroom, int hdr_room, u8 *prevhdr, u8 nexthdr, __be32 frag_id, struct ip6_frag_state *state) ip6_frag_init() argument
|
| /kernel/linux/linux-5.10/net/dsa/ |
| H A D | slave.c | 554 int needed_tailroom = dev->needed_tailroom; in dsa_realloc_skb() local [all...] |
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | ip6_output.c | 753 ip6_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int mtu, unsigned short needed_tailroom, int hdr_room, u8 *prevhdr, u8 nexthdr, __be32 frag_id, struct ip6_frag_state *state) ip6_frag_init() argument
|
| /kernel/linux/linux-6.6/net/dsa/ |
| H A D | slave.c | 919 int needed_tailroom = dev->needed_tailroom; in dsa_realloc_skb() local [all...] |
| /kernel/linux/linux-6.6/include/net/ |
| H A D | dsa.h | 101 unsigned int needed_tailroom; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | skbuff.h | 2412 skb_tailroom_reserve(struct sk_buff *skb, unsigned int mtu, unsigned int needed_tailroom) skb_tailroom_reserve() argument
|
| H A D | netdevice.h | 1993 unsigned short needed_tailroom; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | skbuff.h | 2758 skb_tailroom_reserve(struct sk_buff *skb, unsigned int mtu, unsigned int needed_tailroom) skb_tailroom_reserve() argument
|
| H A D | netdevice.h | 2116 unsigned short needed_tailroom; member
|
Completed in 46 milliseconds