L2TP_ATTR_RECV_SEQ 596 net/l2tp/l2tp_netlink.c if (info->attrs[L2TP_ATTR_RECV_SEQ]) L2TP_ATTR_RECV_SEQ 597 net/l2tp/l2tp_netlink.c cfg.recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]); L2TP_ATTR_RECV_SEQ 681 net/l2tp/l2tp_netlink.c if (info->attrs[L2TP_ATTR_RECV_SEQ]) L2TP_ATTR_RECV_SEQ 682 net/l2tp/l2tp_netlink.c session->recv_seq = nla_get_u8(info->attrs[L2TP_ATTR_RECV_SEQ]); L2TP_ATTR_RECV_SEQ 732 net/l2tp/l2tp_netlink.c nla_put_u8(skb, L2TP_ATTR_RECV_SEQ, session->recv_seq) || L2TP_ATTR_RECV_SEQ 877 net/l2tp/l2tp_netlink.c [L2TP_ATTR_RECV_SEQ] = { .type = NLA_U8, },