LLC_U_PF_BIT_MASK 68 include/net/llc_pdu.h #define LLC_U_PF_IS_1(pdu) ((pdu->ctrl_1 & LLC_U_PF_BIT_MASK) ? 1 : 0) LLC_U_PF_BIT_MASK 69 include/net/llc_pdu.h #define LLC_U_PF_IS_0(pdu) ((!(pdu->ctrl_1 & LLC_U_PF_BIT_MASK)) ? 1 : 0) LLC_U_PF_BIT_MASK 322 include/net/llc_pdu.h pdu->ctrl_1 |= LLC_U_PF_BIT_MASK; LLC_U_PF_BIT_MASK 339 include/net/llc_pdu.h pdu->ctrl_1 |= LLC_U_PF_BIT_MASK; LLC_U_PF_BIT_MASK 372 include/net/llc_pdu.h pdu->ctrl_1 |= LLC_U_PF_BIT_MASK; LLC_U_PF_BIT_MASK 396 include/net/llc_pdu.h pdu->ctrl_1 |= LLC_U_PF_BIT_MASK;