Searched refs:max_header (Results 1 – 10 of 10) sorted by relevance
/linux/net/dccp/ |
A D | output.c | 472 skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_ctl_make_reset() 476 skb_reserve(skb, sk->sk_prot->max_header); in dccp_ctl_make_reset() 526 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset() 531 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_reset() 560 skb = alloc_skb(sk->sk_prot->max_header, sk->sk_allocation); in dccp_connect() 565 skb_reserve(skb, sk->sk_prot->max_header); in dccp_connect() 585 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, in dccp_send_ack() 598 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_ack() 656 skb_reserve(skb, sk->sk_prot->max_header); in dccp_send_sync() 682 skb = alloc_skb(sk->sk_prot->max_header, prio); in dccp_send_close() [all …]
|
A D | proto.c | 766 size = sk->sk_prot->max_header + len; in dccp_sendmsg() 778 skb_reserve(skb, sk->sk_prot->max_header); in dccp_sendmsg()
|
A D | ipv4.c | 968 .max_header = MAX_DCCP_HEADER,
|
A D | ipv6.c | 1053 .max_header = MAX_DCCP_HEADER,
|
/linux/net/rxrpc/ |
A D | af_rxrpc.c | 948 .max_header = sizeof(struct rxrpc_wire_header),
|
/linux/net/decnet/ |
A D | af_decnet.c | 461 .max_header = DN_MAX_NSP_DATA_HEADER + 64,
|
/linux/include/net/ |
A D | sock.h | 1237 int max_header; member
|
/linux/net/ipv6/ |
A D | tcp_ipv6.c | 2197 .max_header = MAX_TCP_HEADER,
|
/linux/net/ipv4/ |
A D | tcp_ipv4.c | 3092 .max_header = MAX_TCP_HEADER,
|
/linux/net/core/ |
A D | sock.c | 3851 proto->max_header, in proto_seq_printf()
|
Completed in 66 milliseconds