Searched refs:maclen (Results 1 – 5 of 5) sorted by relevance
| /net/ipv4/ |
| A D | tcp_ao.c | 907 u8 maclen = tcp_ao_hdr_maclen(aoh); in tcp_ao_verify_hash() local 910 if (maclen != tcp_ao_maclen(key)) { in tcp_ao_verify_hash() 915 aoh->rnext_keyid, maclen); in tcp_ao_verify_hash() 926 if (memcmp(phash, hash_buf, maclen)) { in tcp_ao_verify_hash() 931 aoh->rnext_keyid, maclen); in tcp_ao_verify_hash() 948 u8 maclen = tcp_ao_hdr_maclen(aoh); in tcp_inbound_ao_hash() local 962 aoh->rnext_keyid, maclen); in tcp_inbound_ao_hash() 1072 aoh->rnext_keyid, maclen); in tcp_inbound_ao_hash() 1355 key->maclen = cmd->maclen ?: 12; /* 12 is the default in RFC5925 */ in tcp_ao_parse_crypto() 2279 opt_out.maclen = key->maclen; in tcp_ao_copy_mkts_to_user()
|
| A D | tcp_output.c | 619 u8 maclen = tcp_ao_maclen(key->ao_key); in process_tcp_ao_options() local 622 u8 aolen = maclen + sizeof(struct tcp_ao_hdr); in process_tcp_ao_options() 642 ptr += maclen / sizeof(*ptr); in process_tcp_ao_options() 643 if (unlikely(maclen % sizeof(*ptr))) { in process_tcp_ao_options()
|
| A D | tcp.c | 4891 u8 keyid, rnext, maclen; in tcp_inbound_hash() local 4896 maclen = tcp_ao_hdr_maclen(aoh); in tcp_inbound_hash() 4898 keyid = rnext = maclen = 0; in tcp_inbound_hash() 4902 trace_tcp_ao_handshake_failure(sk, skb, keyid, rnext, maclen); in tcp_inbound_hash()
|
| /net/core/ |
| A D | gro.c | 345 unsigned int maclen = skb->dev->hard_header_len; in gro_list_prepare() local 360 if (maclen == ETH_HLEN) in gro_list_prepare() 366 maclen); in gro_list_prepare()
|
| /net/packet/ |
| A D | af_packet.c | 2353 unsigned int maclen = skb_network_offset(skb); in tpacket_rcv() local 2355 (maclen < 16 ? 16 : maclen)) + in tpacket_rcv() 2360 macoff = netoff - maclen; in tpacket_rcv()
|
Completed in 36 milliseconds