Searched refs:max_header (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/net/dccp/ |
D | output.c | 467 skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_ctl_make_reset() 471 skb_reserve(skb, sk->sk_prot->max_header); in dccp_ctl_make_reset() 521 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset() 526 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_reset() 555 skb = alloc_skb(sk->sk_prot->max_header, sk->sk_allocation); in dccp_connect() 560 skb_reserve(skb, sk->sk_prot->max_header); in dccp_connect() 580 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, in dccp_send_ack() 593 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_ack() 642 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_send_sync() 651 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_sync() [all …]
|
D | proto.c | 788 size = sk->sk_prot->max_header + len; in dccp_sendmsg() 800 skb_reserve(skb, sk->sk_prot->max_header); in dccp_sendmsg()
|
D | ipv4.c | 959 .max_header = MAX_DCCP_HEADER,
|
D | ipv6.c | 1046 .max_header = MAX_DCCP_HEADER,
|
/Linux-v4.19/net/rxrpc/ |
D | af_rxrpc.c | 968 .max_header = sizeof(struct rxrpc_wire_header),
|
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 874 skb = alloc_skb_fclone(size + sk->sk_prot->max_header, gfp); in sk_stream_alloc_skb() 885 skb_reserve(skb, sk->sk_prot->max_header); in sk_stream_alloc_skb()
|
D | tcp_ipv4.c | 2480 .max_header = MAX_TCP_HEADER,
|
/Linux-v4.19/include/net/ |
D | sock.h | 1133 int max_header; member
|
/Linux-v4.19/net/decnet/ |
D | af_decnet.c | 468 .max_header = DN_MAX_NSP_DATA_HEADER + 64,
|
/Linux-v4.19/net/ipv6/ |
D | tcp_ipv6.c | 1980 .max_header = MAX_TCP_HEADER,
|
/Linux-v4.19/net/core/ |
D | sock.c | 3395 proto->max_header, in proto_seq_printf()
|