Searched refs:max_header (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/dccp/ |
D | output.c | 466 skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_ctl_make_reset() 470 skb_reserve(skb, sk->sk_prot->max_header); in dccp_ctl_make_reset() 520 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset() 525 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_reset() 554 skb = alloc_skb(sk->sk_prot->max_header, sk->sk_allocation); in dccp_connect() 559 skb_reserve(skb, sk->sk_prot->max_header); in dccp_connect() 579 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, in dccp_send_ack() 592 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_ack() 641 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_send_sync() 650 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_sync() [all …]
|
D | proto.c | 773 size = sk->sk_prot->max_header + len; in dccp_sendmsg() 780 skb_reserve(skb, sk->sk_prot->max_header); in dccp_sendmsg()
|
D | ipv4.c | 949 .max_header = MAX_DCCP_HEADER,
|
D | ipv6.c | 1003 .max_header = MAX_DCCP_HEADER,
|
/linux-4.4.14/net/rxrpc/ |
D | af_rxrpc.c | 781 .max_header = sizeof(struct rxrpc_header),
|
/linux-4.4.14/net/ipv4/ |
D | tcp.c | 827 skb = alloc_skb_fclone(size + sk->sk_prot->max_header, gfp); in sk_stream_alloc_skb() 838 skb_reserve(skb, sk->sk_prot->max_header); in sk_stream_alloc_skb()
|
D | tcp_ipv4.c | 2336 .max_header = MAX_TCP_HEADER,
|
/linux-4.4.14/include/net/ |
D | sock.h | 1032 int max_header; member
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 1882 .max_header = MAX_TCP_HEADER,
|
/linux-4.4.14/net/decnet/ |
D | af_decnet.c | 467 .max_header = DN_MAX_NSP_DATA_HEADER + 64,
|
/linux-4.4.14/net/core/ |
D | sock.c | 2952 proto->max_header, in proto_seq_printf()
|