Searched defs:tcp_md5sig_key (Results 1 – 1 of 1) sorted by relevance
1675 struct tcp_md5sig_key { struct1676 struct hlist_node node;1677 u8 keylen;1678 u8 family; /* AF_INET or AF_INET6 */1679 u8 prefixlen;1680 u8 flags;1681 union tcp_md5_addr addr;1682 int l3index; /* set if key added with L3 scope */1683 u8 key[TCP_MD5SIG_MAXKEYLEN];1684 struct rcu_head rcu;