Searched defs:tcp_md5sig_key (Results 1 – 1 of 1) sorted by relevance
1590 struct tcp_md5sig_key { struct1591 struct hlist_node node;1592 u8 keylen;1593 u8 family; /* AF_INET or AF_INET6 */1594 u8 prefixlen;1595 union tcp_md5_addr addr;1596 int l3index; /* set if key added with L3 scope */1597 u8 key[TCP_MD5SIG_MAXKEYLEN];1598 struct rcu_head rcu;