Searched defs:tcp_md5sig_key (Results 1 – 2 of 2) sorted by relevance
1692 struct tcp_md5sig_key { struct1693 struct hlist_node node;1694 u8 keylen;1695 u8 family; /* AF_INET or AF_INET6 */1696 u8 prefixlen;1697 u8 flags;1698 union tcp_md5_addr addr;1699 int l3index; /* set if key added with L3 scope */1700 u8 key[TCP_MD5SIG_MAXKEYLEN];1701 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;