Searched refs:max_header (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
D | output.c | 463 skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_ctl_make_reset() 467 skb_reserve(skb, sk->sk_prot->max_header); in dccp_ctl_make_reset() 517 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset() 522 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_reset() 551 skb = alloc_skb(sk->sk_prot->max_header, sk->sk_allocation); in dccp_connect() 556 skb_reserve(skb, sk->sk_prot->max_header); in dccp_connect() 576 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, in dccp_send_ack() 589 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_ack() 638 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_send_sync() 647 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_sync() [all …]
|
D | proto.c | 771 size = sk->sk_prot->max_header + len; in dccp_sendmsg() 794 skb_reserve(skb, sk->sk_prot->max_header); in dccp_sendmsg()
|
D | ipv4.c | 960 .max_header = MAX_DCCP_HEADER,
|
D | ipv6.c | 1043 .max_header = MAX_DCCP_HEADER,
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | af_rxrpc.c | 947 .max_header = sizeof(struct rxrpc_wire_header),
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | tcp_nip.c | 2285 .max_header = MAX_TCP_HEADER,
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp.c | 899 skb = alloc_skb_fclone(size + sk->sk_prot->max_header, gfp); in sk_stream_alloc_skb() 910 skb_reserve(skb, sk->sk_prot->max_header); in sk_stream_alloc_skb()
|
D | tcp_ipv4.c | 2828 .max_header = MAX_TCP_HEADER,
|
/kernel/linux/linux-5.10/include/net/ |
D | sock.h | 1256 int max_header; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | tcp_ipv6.c | 2160 .max_header = MAX_TCP_HEADER,
|
/kernel/linux/linux-5.10/net/core/ |
D | sock.c | 3641 proto->max_header, in proto_seq_printf()
|