Searched defs:tcp_md5sig_key (Results 1 – 2 of 2) sorted by relevance
1673 struct tcp_md5sig_key { struct1674 struct hlist_node node;1675 u8 keylen;1676 u8 family; /* AF_INET or AF_INET6 */1677 u8 prefixlen;1678 u8 flags;1679 union tcp_md5_addr addr;1680 int l3index; /* set if key added with L3 scope */1681 u8 key[TCP_MD5SIG_MAXKEYLEN];1682 struct rcu_head rcu;
1591 struct tcp_md5sig_key { struct1592 struct hlist_node node;1593 u8 keylen;1594 u8 family; /* AF_INET or AF_INET6 */1595 u8 prefixlen;1596 union tcp_md5_addr addr;1597 int l3index; /* set if key added with L3 scope */1598 u8 key[TCP_MD5SIG_MAXKEYLEN];1599 struct rcu_head rcu;